visual programming environment - определение. Что такое visual programming environment
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое visual programming environment - определение

BOOK BY BRIAN KERNIGHAN
The Unix Programming Environment (book); The UNIX Programming Environment; The UNIX programming environment
Найдено результатов: 3112
visual programming environment      
Software which allows the use of visual expressions (such as graphics, drawings, animation or icons) in the process of programming. These visual expressions may be used as graphical interfaces for textual programming languages. They may be used to form the syntax of new visual programming languages leading to new paradigms such as {programming by demonstration} or they may be used in graphical presentations of the behaviour or structure of a program. (1995-02-23)
visual programming         
  • Scratch]], calculating the sum of all numbers between ''a'' and ''b''
PROGRAMMING LANGUAGE WRITTEN GRAPHICALLY BY A USER
Visual programming languages; Graphical programming language; Graphical programming; Visual programming; Box and arrow; List of visual programming languages; Visual scripting; Block-based programming language; Visual programming system; Block coding
1. Writing programs in a language which manipulates visual information or supports visual interaction. 2. Writing programs in a visual programming language. 3. Writing programs in a visual programming environment.
Visual programming language         
  • Scratch]], calculating the sum of all numbers between ''a'' and ''b''
PROGRAMMING LANGUAGE WRITTEN GRAPHICALLY BY A USER
Visual programming languages; Graphical programming language; Graphical programming; Visual programming; Box and arrow; List of visual programming languages; Visual scripting; Block-based programming language; Visual programming system; Block coding
In computing, a visual programming language (visual programming system, VPL, or, VPS) is any programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation.
visual programming language         
  • Scratch]], calculating the sum of all numbers between ''a'' and ''b''
PROGRAMMING LANGUAGE WRITTEN GRAPHICALLY BY A USER
Visual programming languages; Graphical programming language; Graphical programming; Visual programming; Box and arrow; List of visual programming languages; Visual scripting; Block-based programming language; Visual programming system; Block coding
<language> (VPL) Any programming language that allows the user to specify a program in a two-(or more)-dimensionsional way. Conventional textual languages are not considered two-dimensional since the compiler or interpreter processes them as one-dimensional streams of characters. A VPL allows programming with visual expressions - spatial arrangements of textual and graphical symbols. VPLs may be further classified, according to the type and extent of visual expression used, into icon-based languages, form-based languages and diagram languages. {Visual programming environments} provide graphical or iconic elements which can be manipulated by the user in an interactive way according to some specific spatial grammar for program construction. A visually transformed language is a non-visual language with a superimposed visual representation. Naturally visual languages have an inherent visual expression for which there is no obvious textual equivalent. Visual Basic, Visual C++ and the entire Microsoft Visual family are not, despite their names, visual programming languages. They are textual languages which use a graphical GUI builder to make programming interfaces easier. The user interface portion of the programming environment is visual, the languages are not. Because of the confusion caused by the multiple meanings of the term "visual programming", Fred Lakin has proposed the term "executable graphics" as an alternative to VPL. Some examples of visual programming languages are Prograph, Pict, Tinkertoy, Fabrik, CODE 2.0 and Hyperpascal. http://cogs.susx.ac.uk/users/ianr/vpl.html. http://cuiwww.unige.ch/eao/www/readme.html. Usenet newsgroup: news:comp.lang.visual (NOT for {Visual Basic} or Visual C++). (1995-02-10)
interactive development environment         
  • [[GNU Emacs]], an extensible editor that is commonly used as an IDE on [[Unix-like]] systems
  • Vim with integrated auto-completion and linting through an external plugin
SOFTWARE APPLICATION USED TO DEVELOP SOFTWARE
Integrated Development Environment; Integrated Design Environment; Application Generator; Integrated Developer Environment; Integrated debugging environment; Integrated Development Environments; Integrated Development Enviroment; Indegrated Development Environment; IDE-style interface; Appgen; Software development environment; Software Development Environment; Software development platform; Collaborative integrated development environment; Social integrated development environment; Web integrated development environment; Programming environment; Interactive Development Environment; Interactive development environment; WebIDE; Program development environment; Program Development Environments; Programming environments
<programming, tool> (IDE, integrated development environment) A system for supporting the process of writing software. Such a system may include a syntax-directed editor, graphical tools for program entry, and integrated support for compiling and running the program and relating compilation errors back to the source. Such systems are typically both interactive and integrated, hence the ambiguous acronym. They are interactive in that the developer can view and alter the execution of the program at the level of statements and variables. They are integrated in that, partly to support the above interaction, the source code editor and the execution environment are tightly coupled, e.g. allowing the developer to see which line of source code is about to be executed and the current values of any variables it refers to. Examples include Visual C++ and Visual Basic. (2002-09-21)
The Unix Programming Environment         
The Unix Programming Environment, first published in 1984 by Prentice Hall, is a book written by Brian W. Kernighan and Rob Pike, both of Bell Labs and considered an important and early document of the Unix operating system.
Visual narrative         
STORY TOLD PRIMARILY THROUGH THE USE OF VISUAL MEDIA
Visual Narrative; Visual storytelling; Cinematic storytelling; Visual narratology; Visual storyteller
A visual narrative (also visual storytelling)Tony C. Caputo, Visual Storytelling: The Art and Technique, Watson-Guptill Publications, 2003.
Visual BASIC Script         
  • 48px
SCRIPT PROGRAMMING LANGUAGE
VBScript programming language; VBScript (programming language); Vbscript; Visual Basic Script; Visual Basic Scripting; Visual Basic Script Edition; .vbs; VB Script; VBSCRIPT; VB script; VbScript; VBscript; Visual Basic Scripting Edition; VBS Script; VBSScript
<language> (VBScript) Microsoft's scripting language which is an extension of their Visual Basic language. VBScript can be used with Microsoft Office applications and others. It can also be embedded in web pages but can only be understood by Internet Explorer. Visual Basic is a BASIC variant with object-oriented features. Objects include applications, windows and selections. [Relationship with ASP? VBA?] (1998-07-05)
VBScript         
  • 48px
SCRIPT PROGRAMMING LANGUAGE
VBScript programming language; VBScript (programming language); Vbscript; Visual Basic Script; Visual Basic Scripting; Visual Basic Script Edition; .vbs; VB Script; VBSCRIPT; VB script; VbScript; VBscript; Visual Basic Scripting Edition; VBS Script; VBSScript
Tweak programming environment         
GRAPHICAL USER INTERFACE LAYER FOR THE SQUEAK DEVELOPMENT ENVIRONMENT
Tweak (programming environment)
Tweak is a graphical user interface (GUI) layer written by Andreas Raab for the Squeak development environment, which in turn is an integrated development environment based on the Smalltalk-80 computer programming language. Tweak is an alternative to an earlier graphic user interface layer called Morphic.

Википедия

The Unix Programming Environment

The Unix Programming Environment, first published in 1984 by Prentice Hall, is a book written by Brian W. Kernighan and Rob Pike, both of Bell Labs and considered an important and early document of the Unix operating system.